home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / fish_contents / 691-700 < prev    next >
Text File  |  1995-03-18  |  15KB  |  313 lines

  1. This is disk 691 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. CManual        Disk 1 of a 5 disk distribution of one of the largest collect-
  6.         ions of documents, examples, and utilities in C for the Amiga.
  7.         It consists of six manuals, with more than 40 chapters, 175
  8.         fully executable examples complete with source code, and sev-
  9.         eral utilities and other goodies.  The manuals describe how
  10.         to open and work with Screens, Windows, Graphics, Gadgets,
  11.         Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS,
  12.         Low Level Graphics Routines, etc.  They also explain how to
  13.         use your C Compiler and give you important information about
  14.         how the Amiga works and how your programs should be designed.
  15.         When unpacked, the manuals and examples nearly fill up twelve
  16.         standard Amiga floppies.  This is version 3.0, an update to
  17.         version 2.0 on disks 456 and 457.  Because of its size, it is
  18.         distributed on five library disks, 691 through 695.
  19.         Author:  Anders Bjerin
  20.  
  21. This is disk 692 of the freely distributable AMIGA software library.
  22. Below is a listing of the significant directories and their contents.
  23.  
  24.  
  25. CManual        Disk 2 of a 5 disk distribution of one of the largest collect-
  26.         ions of documents, examples, and utilities in C for the Amiga.
  27.         It consists of six manuals, with more than 40 chapters, 175
  28.         fully executable examples complete with source code, and sev-
  29.         eral utilities and other goodies.  The manuals describe how
  30.         to open and work with Screens, Windows, Graphics, Gadgets,
  31.         Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS,
  32.         Low Level Graphics Routines, etc.  They also explain how to
  33.         use your C Compiler and give you important information about
  34.         how the Amiga works and how your programs should be designed.
  35.         When unpacked, the manuals and examples nearly fill up twelve
  36.         standard Amiga floppies.  This is version 3.0, an update to
  37.         version 2.0 on disks 456 and 457.  Because of its size, it is
  38.         distributed on five library disks, 691 through 695.
  39.         Author:  Anders Bjerin
  40.  
  41. This is disk 693 of the freely distributable AMIGA software library.
  42. Below is a listing of the significant directories and their contents.
  43.  
  44.  
  45. CManual        Disk 3 of a 5 disk distribution of one of the largest collect-
  46.         ions of documents, examples, and utilities in C for the Amiga.
  47.         It consists of six manuals, with more than 40 chapters, 175
  48.         fully executable examples complete with source code, and sev-
  49.         eral utilities and other goodies.  The manuals describe how
  50.         to open and work with Screens, Windows, Graphics, Gadgets,
  51.         Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS,
  52.         Low Level Graphics Routines, etc.  They also explain how to
  53.         use your C Compiler and give you important information about
  54.         how the Amiga works and how your programs should be designed.
  55.         When unpacked, the manuals and examples nearly fill up twelve
  56.         standard Amiga floppies.  This is version 3.0, an update to
  57.         version 2.0 on disks 456 and 457.  Because of its size, it is
  58.         distributed on five library disks, 691 through 695.
  59.         Author:  Anders Bjerin
  60.  
  61. This is disk 694 of the freely distributable AMIGA software library.
  62. Below is a listing of the significant directories and their contents.
  63.  
  64.  
  65. CManual        Disk 4 of a 5 disk distribution of one of the largest collect-
  66.         ions of documents, examples, and utilities in C for the Amiga.
  67.         It consists of six manuals, with more than 40 chapters, 175
  68.         fully executable examples complete with source code, and sev-
  69.         eral utilities and other goodies.  The manuals describe how
  70.         to open and work with Screens, Windows, Graphics, Gadgets,
  71.         Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS,
  72.         Low Level Graphics Routines, etc.  They also explain how to
  73.         use your C Compiler and give you important information about
  74.         how the Amiga works and how your programs should be designed.
  75.         When unpacked, the manuals and examples nearly fill up twelve
  76.         standard Amiga floppies.  This is version 3.0, an update to
  77.         version 2.0 on disks 456 and 457.  Because of its size, it is
  78.         distributed on five library disks, 691 through 695.
  79.         Author:  Anders Bjerin
  80.  
  81. CrossMaze    A crossword puzzle game where the player is given the words
  82.         but no clues.  The object is to find a way to place all the
  83.         words back into the puzzle.  Options include 10, 20, or 30
  84.         word games with one or two players.  Version 1.0, binary only.
  85.         Author:  James Butts
  86.  
  87. Kan        A program that patches a replacement delete function into
  88.         the DOS library.  This program will simulate the Trashcan
  89.         function provided by Workbench.  Support programs provided
  90.         to allow automatic purging of Kan directory from startup
  91.         sequence.  Compatible with 1.3, 2.0 and Amiga 3000.  Version
  92.         1.0a, an update to version 1.0 on disk 660.  Binary only.
  93.         Author:  James Butts
  94.  
  95. PgmToShd    Takes a standard PGM format graphics image and creates from it
  96.         a PPM image containing information to view black and white
  97.         images in 151 shades of gray instead of the Amiga's standard
  98.         16.  It uses the monochrome composite video output jack avail-
  99.         able on the Amiga 500 and 2000, so provided you have one of
  100.         these computers and a monitor capable of receiving its input
  101.         through composite video, no modifications are required to the
  102.         Amiga.  The PBMPlus library of graphics manipulation routines
  103.         is required to make use of this program, as well as a standard
  104.         IFF viewer such as Mostra.  A sample test image is included.
  105.         This is version 1.0, binary only.
  106.         Author:  Dan Charrois
  107.  
  108. This is disk 695 of the freely distributable AMIGA software library.
  109. Below is a listing of the significant directories and their contents.
  110.  
  111.  
  112. CManual        Disk 5 of a 5 disk distribution of one of the largest collect-
  113.         ions of documents, examples, and utilities in C for the Amiga.
  114.         It consists of six manuals, with more than 40 chapters, 175
  115.         fully executable examples complete with source code, and sev-
  116.         eral utilities and other goodies.  The manuals describe how
  117.         to open and work with Screens, Windows, Graphics, Gadgets,
  118.         Requesters, Alerts, Menus, IDCMP, Sprites, VSprites, AmigaDOS,
  119.         Low Level Graphics Routines, etc.  They also explain how to
  120.         use your C Compiler and give you important information about
  121.         how the Amiga works and how your programs should be designed.
  122.         When unpacked, the manuals and examples nearly fill up twelve
  123.         standard Amiga floppies.  This is version 3.0, an update to
  124.         version 2.0 on disks 456 and 457.  Because of its size, it is
  125.         distributed on five library disks, 691 through 695.
  126.         Author:  Anders Bjerin
  127.  
  128. ICalc        A powerful calculator with many features, including user-
  129.         defined variables and functions, C-style programming con-
  130.         structs, complex number calculations and more.  Has com-
  131.         prehensive instructions, and numerous examples.  This is
  132.         version 2, a significant update to version 1.1 on disk 550.
  133.         Binary only, source available from author.
  134.         Author:  Martin W. Scott
  135.  
  136. PPData        A small utility for crunching data files using Nico Francois'
  137.         powerpacker.library.  Requires Kickstart 2.0 or later.
  138.         Includes source.
  139.         Author:  Martin W. Scott
  140.  
  141. This is disk 696 of the freely distributable AMIGA software library.
  142. Below is a listing of the significant directories and their contents.
  143.  
  144.  
  145. CLITools    Two small shell commands, touch and time, which behave like
  146.         their UNIX cousins, and can be made resident.  Kickstart 2.0
  147.         or later required.  Includes source.
  148.         Author:  Martin W. Scott
  149.  
  150. Drivers        Printer drivers for the Canon BJ10, BJ20, BJ130, BJ300, BJ330,
  151.         and the 9 pin Epson mode Star printers.  Includes preferences
  152.         programs for controlling additional options such as margin,
  153.         timeout, job end signal, arXon switch box, greyscale conver-
  154.         sion function, customized tab stops, default typeface, and
  155.         more.  Binary only.
  156.         Author:  Wolf Faust; distributed by Canon Europe N.V.
  157.  
  158. IFSLab        An Iterated Function System fractal generator.  This one
  159.         focuses on the "Collage Theorem".  It permits you to draw an
  160.         approximate outline of the planned fractal, then create the
  161.         collage directly, jigsaw-puzzle style, from actual reduced
  162.         images of the outline that you can manipulate and deform with
  163.         the mouse.  The attractors of the resultant IFS codes can be
  164.         rendered in black and white or in grayscale, and saved to IFF
  165.         files.  Version 1.0, includes source in C.
  166.         Author:  Nathan Zeldes
  167.  
  168. MemSnap        A small memory monitor useful for seeing how much memory
  169.         other programs take up.  Based on a program called Memeter,
  170.         which broke under Kickstart 2.0.  Requires Kickstart 2.0 or
  171.         higher.  Includes source.
  172.         Author:  Martin W. Scott
  173.  
  174. TinyClock    A cute little analog clock with lots of features, including
  175.         pop-to-front, hourly chirp, and alarm.  Size and colors used
  176.         are configurable, and it uses very little memory or cpu time.
  177.         Requires Kickstart 2.0 or higher.  Binary only.
  178.         Author:  Martin W. Scott
  179.  
  180. WindowTiler    A WB2.0 commodity for arranging windows.  Comes with many tool
  181.         types to help customize it.  Supports virtual screen users,
  182.         tiling, cascading, refusing windows & screens, exploding win-
  183.         dows, etc.  This is version 2.1b, an update to version 1.2.1
  184.         on disk 623, with many enhancements and bug fixes.  Binary
  185.         only.
  186.         Author:  Doug Dyer
  187.  
  188. This is disk 697 of the freely distributable AMIGA software library.
  189. Below is a listing of the significant directories and their contents.
  190.  
  191.  
  192. Hackdisk    A complete replacement for trackdisk.device minus support for
  193.         5.25 inch and 150RPM floppies.  It offers a verify option and
  194.         is faster than trackdisk 2.0.  Hackdisk is supplied as a Rom-
  195.         Tag module and may be RamKick'ed or placed directly in the
  196.         Kickstart ROM.  Free for non-commercial use, assembly source
  197.         included.  This is version 1.10.
  198.         Author:  Dan Babcock
  199.  
  200. HiSpeed        A high speed printing utility for DeskJet printers.  Output
  201.         is reduced to about 1/4 of its original size.  The maximum
  202.         processing speed is 4 pages/min.  Supports ANSI ESC codes
  203.         (e.g. Italics), single or double sided printing, multiple
  204.         copies, and free layout.  Two fonts are available.  DeskJet
  205.         RAM cartridge required.  Version 2.7, shareware, binary only.
  206.         Author:  Dietmar Eilert
  207.  
  208. QMouse        An unusually small and feature-packed "mouse utility".  Was
  209.         inspired by, but not derived from, the original QMouse by
  210.         Lyman Epp.  Features include automatic window activation
  211.         (like WindX), top-line blanking for A3000/A2320 users, system-
  212.         friendly mouse blanking, mouse acceleration/threshold, "Pop-
  213.         CLI", click-to-front/back, "SunMouse", "NoClick", "WildStar",
  214.         Northgate key remapping, and more.  Requires Kickstart 2.0,
  215.         but is not a commodity.  Only 3K.  Version 2.10, public
  216.         domain, assembly source included.
  217.         Author:  Dan Babcock
  218.  
  219. TypoGrapher    A softfont editor package for 24-pinwriters and DeskJet
  220.         printers (any model).  Editor supports Laser fonts, DeskJet
  221.         fonts, Amiga fonts, pinwriter fonts and IFF files.  Features
  222.         include about 40 drawing commands, special effects (e.g. 3D
  223.         look), import/export of IFF images, generation of width
  224.         tables, and more.  Includes several tools for easy download
  225.         (e.g. simulation of "soft" font cartridges).  Requires at
  226.         least 1Mb of memory.  Version 2.05, shareware, binary only.
  227.         Author:  Dietmar Eilert
  228.  
  229. This is disk 698 of the freely distributable AMIGA software library.
  230. Below is a listing of the significant directories and their contents.
  231.  
  232.  
  233. SCRAM500    The first of a series of Public Domain "KitWare" hardware
  234.         projects for the Amiga.  On this disk you will find the design
  235.         for an 8Meg RAM and SCSI controller for the Amiga 500 (SCsi
  236.         RAM for the 500 = SCRAM 500).  You will also find an order
  237.         form to obtain PCB, chips and whatever you need to build one.
  238.         The SCRAM 500 is easy to build, cheap and should be useful to
  239.         a lot of people.  Included in this distribution is complete
  240.         documentation on how to assemble a SCRAM 500, notes for Amiga
  241.         1000 owners, a description of the custom chips, design notes,
  242.         troubleshooting guide, user's manual, bill of materials, 12
  243.         HPGL plot files for schematics and PCB layout, hard drive
  244.         partitioning software, a mountable device driver, a ROMable
  245.         driver, and more!
  246.         Author:  Norman Jackson
  247.  
  248. This is disk 699 of the freely distributable AMIGA software library.
  249. Below is a listing of the significant directories and their contents.
  250.  
  251.  
  252. EZAsm        Combines 68000 assembly language with parts of C.  Produces
  253.         highly optimized code.  Uses C-like function calls (supports
  254.         all 2.04 functions), braces, "else", ".fd" support, and much
  255.         more.  Comes bundled with A68k and Blink, for a complete
  256.         programming environment.  This is version 1.7, an update to
  257.         version 1.6 on disk 592.  Includes example source and execu-
  258.         table files.  Binary only.
  259.         Author:  Joe Siebenmann
  260.  
  261. IFFConvert    A program to convert the different compression methods of IFF
  262.         ILBM files.  It supports the normal compression, a new com-
  263.         pression method that compresses column by column instead of
  264.         row by row, and uncompressed files.  Version 1.11, includes
  265.         source.
  266.         Author:  Matthias Meixner
  267.  
  268. MungWall    Munges memory and watches for illegal FreeMem's.  Especially
  269.         useful in combination with Enforcer.  Output can go to either
  270.         the serial or parallel port.  Includes a new MungList program
  271.         that examines used memory areas for MungWall tag info, and
  272.         outputs a list of who owns the various pieces of allocated
  273.         memory, their sizes, etc.  Can even identify the owner of the
  274.         memory by task name.  This is version 37.52, an update to
  275.         version 37.51 on disk 659.  Binary only.
  276.         Author:  Commodore Amiga; submitted by Carolyn Scheppner
  277.  
  278. ReOrg        ReOrg is a fast disk optimizer that can be used for floppy
  279.         disks and hard disks.  Supports new Kickstart 2.04 features
  280.         including hard and soft links and High-Density drives. In-
  281.         cludes program versions in English and German for use with
  282.         Kickstart 2.04 only.  This is version 2.3, an update to ver-
  283.         sion 2.1 on disk 678.  Shareware, binary only.
  284.         Author:  Holger Kruse
  285.  
  286. Shrink        A new archiver that uses dynamic arithmetic encoding with a
  287.         dictionary size from 1-64Kb.  Slower than other archivers, but
  288.         seems to get better compression ratios.  Another interesting
  289.         feature is that it uses a new IFF format for it's archive
  290.         files.  Version 1.1, binary only.
  291.         Author:  Matthias Meixner
  292.  
  293. Sizer        Reports the size of selected disk objects (including subdir-
  294.         ectories).  It reports the number of bytes in all plain files
  295.         and the number of blocks occupied by files and directories.
  296.         It is intended for the Workbench user who wants to know if
  297.         there is room to drag-copy one or more icons.  Includes source
  298.         and binary.
  299.         Author:  Fabbian G. Dufoe, III
  300.  
  301. This is disk 700 of the freely distributable AMIGA software library.
  302. Below is a listing of the significant directories and their contents.
  303.  
  304.  
  305. TextPlus    TeXtPlus Professional is a TeX frontend word processor.  Now
  306.         you are able to create TeX documents without having to know
  307.         anything about the professional typesetting program TeX.
  308.         Makes use of PasTeX, Georg Hessmann's Amiga implementation
  309.         of TeX.  Contains both the English version (4.00EN) and the
  310.         German version (4.00N).  These versions are updates to the
  311.         3.00 versions on disk 484.  Shareware, binary only.
  312.                 Author:  Martin Steppler
  313.